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
"user Object"
boolean
admin-rights
Optional
admin-rights
string
solution-user
Optional
solution-user
array of
object
user-group
Optional
user-group
string
solution-user-domain
Optional
solution-user-domain
401
The user is not authorized
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/users
User Service Operations
GET
User Meta