{
"user_identity": {
"acs_user_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"email_address": "jsmith@example.com",
"errors": [
{
"acs_system_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"acs_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"error_code": "issue_with_acs_user",
"message": "<string>"
}
],
"full_name": "<string>",
"merged_user_identity_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"merged_user_identity_keys": [
"<string>"
],
"phone_number": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"warnings": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>",
"warning_code": "being_deleted"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Unmanaged
Get an Unmanaged User Identity
Returns a specified unmanaged user identity (where is_managed = false).
GET
/
user_identities
/
unmanaged
/
get
{
"user_identity": {
"acs_user_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"email_address": "jsmith@example.com",
"errors": [
{
"acs_system_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"acs_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"error_code": "issue_with_acs_user",
"message": "<string>"
}
],
"full_name": "<string>",
"merged_user_identity_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"merged_user_identity_keys": [
"<string>"
],
"phone_number": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"warnings": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>",
"warning_code": "being_deleted"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Authorizations
api_keypat_with_workspaceconsole_session_with_workspacesupport_read_only_token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the unmanaged user identity that you want to get.
Response
OK
Represents an unmanaged user identity. Unmanaged user identities do not have keys.
Show child attributes
Show child attributes
Was this page helpful?