v1
latestOpenAPI 3.0.02026-08-04265791.1 MBUsers
Get
Get the serivce account user for the current token.
Important: The tenant property returned by this endpoint contains the string value of the company name that should be used as the prefix for new Groups.
get/public/api/users/me
Headers
Acceptstring
e.g. application/json
Response
OK
Example response
{
"user_id": "53fb03c6546847fe0d30186b",
"username": "mycompany+yoobicserviceaccount@mycompany.com",
"email": "support+mycompany+yoobicserviceaccount@yoobic.com",
"groups": [
"mycompany_group"
],
"created_date": "2019-02-10T17:20:11.531Z",
"updated_date": "2020-11-10T12:11:15.439Z",
"tenant": "mycompany"
}