{
"authorizedCustomers": [
{
"customerId": "string",
"name": "string"
}
],
"email": "string",
"firstName": "string",
"lastName": "string",
"roles": [
{
"clientRole": "boolean",
"composite": "boolean",
"composites": {
"application": {
"<key>": [
"string"
]
},
"client": {
"<key>": [
"string"
]
},
"realm": [
"string"
]
},
"containerId": "string",
"description": "string",
"id": "string",
"name": "string",
"scopeParamRequired": "boolean"
}
],
"status": "string",
"userName": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
authorizedCustomers[] | array |
List of authorized customer |
Optional |
authorizedCustomers[].customerId | string |
Customer id |
Optional |
authorizedCustomers[].name | string |
Customer name |
Optional |
string |
E;qil |
Optional | |
firstName | string |
First name |
|
lastName | string |
Last name |
|
roles[] | array |
List of roles |
Optional |
roles[].clientRole | boolean | Optional | |
roles[].composite | boolean | Optional | |
roles[].composites | object | Composites | Optional |
roles[].composites.application | object | Optional | |
roles[].composites.application.<key>[] | array of string | Optional | |
roles[].composites.client | object | Optional | |
roles[].composites.client.<key>[] | array of string | Optional | |
roles[].composites.realm[] | array of string | Optional | |
roles[].containerId | string | Optional | |
roles[].description | string | Optional | |
roles[].id | string | Optional | |
roles[].name | string | Optional | |
roles[].scopeParamRequired | boolean | Optional | |
status | string |
Status Possible values are:
|
|
userName | string |
Name |