Get a single user in the workflow system
Returns the user profile for a user including the username, full name, first name, last name, email, groups, roles, privileges associated with the user, and thumbnail. Only users that are associated to a group that are associated to a Workflow Manager role are returned.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/community/users/{username} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"username": "string",
"fullName": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"groups": [
"string"
],
"groupsOwned": [
"string"
],
"roles": [
"string"
],
"privileges": [
"string"
],
"thumbnail": "string"
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |