List ACS Users
POST /acs/users/list โ { acs_users: [acs_user, โฆ] }await seam.acs.users.list();{
"acs_user_id": "123e4567-e89b-12d3-a456-426614174000",
"acs_system_id": "123e4567-e89b-12d3-a456-426614174000",
"workspace_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2024-04-05T07:57:05.323Z",
"display_name": "Jane Doe",
"full_name": "Jane Doe",
"email_address": "[email protected]",
"phone_number": "+15555550100"
}seam.acs.users.list()AcsUser(
acs_user_id="123e4567-e89b-12d3-a456-426614174000",
acs_system_id="123e4567-e89b-12d3-a456-426614174000",
workspace_id="123e4567-e89b-12d3-a456-426614174000",
created_at="2024-04-05T07:57:05.323Z",
display_name="Jane Doe",
full_name="Jane Doe",
email_address="[email protected]",
phone_number="+15555550100",
)Authentication Methods
Request Parameters
acs_system_id
acs_system_idcreated_before
created_beforelimit
limitpage_cursor
page_cursorsearch
searchuser_identity_email_address
user_identity_email_addressuser_identity_id
user_identity_iduser_identity_phone_number
user_identity_phone_numberReturn Type
Last updated
Was this helpful?

