curl --request GET \
--url https://api.artemis.cynopsis.co/api/user/permitted-user \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-ID: <x-domain-id>'[
{
"email": "<string>",
"firstName": "<string>",
"address": "<string>",
"bio": "<string>",
"enabledTwoFactorAuth": true,
"id": "<string>",
"lastChangePassword": "2023-11-07T05:31:56Z",
"lastName": "<string>",
"permissions": [
"ADMIN"
],
"phone": "<string>",
"roles": [
{
"createdAt": {
"date": 123,
"day": 123,
"hours": 123,
"minutes": 123,
"month": 123,
"nanos": 123,
"seconds": 123,
"time": 123,
"timezoneOffset": 123,
"year": 123
},
"createdBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
},
"domainId": "<string>",
"id": 123,
"name": "<string>",
"permissions": [
"ADMIN"
],
"updatedAt": {
"date": 123,
"day": 123,
"hours": 123,
"minutes": 123,
"month": 123,
"nanos": 123,
"seconds": 123,
"time": 123,
"timezoneOffset": 123,
"year": 123
},
"updatedBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
}
}
],
"rolesList": [
{
"roleId": 123
}
]
}
]curl --request GET \
--url https://api.artemis.cynopsis.co/api/user/permitted-user \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-ID: <x-domain-id>'[
{
"email": "<string>",
"firstName": "<string>",
"address": "<string>",
"bio": "<string>",
"enabledTwoFactorAuth": true,
"id": "<string>",
"lastChangePassword": "2023-11-07T05:31:56Z",
"lastName": "<string>",
"permissions": [
"ADMIN"
],
"phone": "<string>",
"roles": [
{
"createdAt": {
"date": 123,
"day": 123,
"hours": 123,
"minutes": 123,
"month": 123,
"nanos": 123,
"seconds": 123,
"time": 123,
"timezoneOffset": 123,
"year": 123
},
"createdBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
},
"domainId": "<string>",
"id": 123,
"name": "<string>",
"permissions": [
"ADMIN"
],
"updatedAt": {
"date": 123,
"day": 123,
"hours": 123,
"minutes": 123,
"month": 123,
"nanos": 123,
"seconds": 123,
"time": 123,
"timezoneOffset": 123,
"year": 123
},
"updatedBy": {
"email": "<string>",
"firstName": "<string>",
"fullName": "<string>",
"id": 123,
"lastName": "<string>"
}
}
],
"rolesList": [
{
"roleId": 123
}
]
}
]The access token received from the authorization server in the OAuth 2.0 flow.
X-Domain-ID
OK
ADMIN, ANONYMOUS, CASE_APPROVE, CASE_APPROVE_ACCEPTED, CASE_APPROVE_ACCEPTED_HIGH_RISK, CASE_APPROVE_ACCEPTED_LOW_RISK, CASE_APPROVE_ACCEPTED_MEDIUM_HIGH_RISK, CASE_APPROVE_ACCEPTED_MEDIUM_LOW_RISK, CASE_APPROVE_ACCEPTED_MEDIUM_RISK, CASE_APPROVE_REJECTED, CASE_ASSIGN, CASE_CREATE, CASE_DELETE, CASE_DELETE_COMMENT, CASE_DELETE_DOCUMENT, CASE_GROUP_PERMISSIVE, CASE_PERMISSIVE, CASE_REQUEST_UPDATE, CASE_UPDATE, CASE_VIEW, ORL_CREATE, ORL_DELETE, ORL_UPDATE, ORL_VIEW, SERVICE, USER_CREATE, USER_DELETE, USER_GROUP_CREATE, USER_GROUP_DELETE, USER_GROUP_UPDATE, USER_GROUP_VIEW, USER_REACTIVATE, USER_UPDATE_PERMISSION, USER_VIEW Show child attributes
Show child attributes