Retrieve a Single User
Endpoint
Request
curl --request GET \
--user "[email protected]:Mb2.r5oHf-0t" \Response
{
"id": "b35402eb-bd7b-512d-92c9-9726db47c101",
"properties": {
"system": false,
"username": "someuser"
},
"type": "user"
}Last updated
Was this helpful?