Skip to main content
POST
/
user_identities
/
unmanaged
/
list
{
  "ok": true,
  "pagination": {
    "has_next_page": true,
    "next_page_cursor": "<string>",
    "next_page_url": "<string>"
  },
  "user_identities": [
    {
      "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",
          "message": "<string>"
        }
      ],
      "full_name": "<string>",
      "phone_number": "<string>",
      "user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "warnings": [
        {
          "created_at": "2023-11-07T05:31:56Z",
          "message": "<string>"
        }
      ],
      "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
created_before
string<date-time>

Timestamp by which to limit returned unmanaged user identities. Returns user identities created before this timestamp.

limit
integer
default:500

Maximum number of records to return per page.

Required range: x > 0
page_cursor
string | null

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using full_name, phone_number, email_address, user_identity_id or acs_system_id.

Response

OK

ok
boolean
required
pagination
object
required

Information about the current page of results.

user_identities
object[]
required