InsionInsion
Python

List users

Retrieve users for the authenticated organization

page = client.list_users(limit=20, email="person@example.com")

Filter with client_id, email, action status, or an Insion user ID. Use starting_after or ending_before for cursor pagination, but not both. ListUsersResponse contains data and has_more.