User Meta
Returns the solution user and whether the current user has admin rights as well as its member groups.
Request
URI
GET
https://{api_host}/vco/api/users
COPY
Responses
200
The request is successful
Returns user of type(s) application/json
{
"admin-rights": false,
"solution-user": "string",
"user-group": [
{
"display-name": "string",
"dn": "string",
"cn": "string",
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
]
},
"email": "string",
"info": "string",
"sid": "string"
}
],
"solution-user-domain": "string"
}
boolean
admin-rights
Optional
admin-rights
string
solution-user
Optional
solution-user
string
solution-user-domain
Optional
solution-user-domain
401
The user is not authorized
Operation doesn't return any data structure
User Service Operations
GET
User Meta