POST /acs/users/list ⇒ { acs_users: [acs_user, …] }
Authentication Methods
API key
Client session token
Personal access token
Must also include the seam-workspace header in the request.
To learn more, see .
Request Parameters
acs_system_id
ID of the acs_system for which you want to retrieve all acs_users.
created_before
limit
Maximum number of records to return per page.
page_cursor
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.
search
String for which to search. Filters returned acs_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_address
Email address of the user identity for which you want to retrieve all acs_users.
user_identity_id
ID of the user identity for which you want to retrieve all acs_users.