Get Anonymous User

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
Authentication
This operation uses the following authentication methods.
Responses
200

The anonymous user of the platform is returned

{
    "id": "anonymous|",
    "name": "anonymous"
}
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

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v1/anonymous-user