v1

latestOpenAPI 3.0.02026-07-22201291.8 MB
/acs

List ACS Users

Returns a list of all access system users.

post/acs/users/list

Request body

acs_system_idstring uuid

ID of the acs_system for which you want to retrieve all access system users.

created_beforestring date-time

Timestamp by which to limit returned access system users. Returns users 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 access system users to include all records that satisfy a partial match using full_name, phone_number, email_address, acs_user_id, user_identity_id, user_identity_full_name or user_identity_phone_number.

user_identity_email_addressstring

Email address of the user identity for which you want to retrieve all access system users.

user_identity_idstring uuid

ID of the user identity for which you want to retrieve all access system users.

user_identity_phone_numberstring

Phone number of the user identity for which you want to retrieve all access system users, in E.164 format (for example, +15555550100).

Response

OK