v1

latestOpenAPI 3.0.02026-07-22201291.8 MB
/user_identities

List Unmanaged User Identities

Returns a list of all unmanaged user identities (where is_managed = false).

post/user_identities/unmanaged/list

Request body

created_beforestring date-time

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

limitinteger

Maximum number of records to return per page.

page_cursorstring nullable

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

searchstring

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