Parameter | Description |
---|---|
ID | The UUID of the user to get. Can be retrieved from the List Users action. |
{
"count": 0,
"items": [
{
"currentPassword": "string",
"disabled": true,
"email": "string",
"first": "string",
"id": "string",
"last": "string",
"password": "string",
"roles": [
"string"
],
"username": "string"
}
]
}
Was this page helpful?