Get Anonymous User
Operation ID: getAnonymousUser
Get the anonymous user id and name of the platform
Request
URI
GET
https://{api_host}/api/v1/anonymous-user
COPY
Responses
200
The anonymous user of the platform is returned
Returns getAnonymousUser_200_response of type(s) application/json
{
"name": "name",
"id": "id"
}
string
id
Optional
The anonymous user ID.
string
name
Optional
The anonymous user name.
501
The optional API is not implemented
Operation doesn't return any data structure
Anonymoususer Operations
GET
Get Anonymous User