User Collection API
Multiple access controls based on provided filters:
User must be a direct member of provider organization (1) to list provider users 🔐
User must be a direct member of customer organization (1) to list customer users 🔐
At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Authorization: Bearer <token> header is required for authorization, requests without a valid and active authorization header will be denied access with a 401 Not Authorized HTTP status code.
Query param filters, URL encoded JSON object with fields: about, archived_at, auth0_user_id, contact_preference, contact_times, created_at, data, email, email_verified, family_name, given_name, id, invite_code_expires_at, invite_code, nickname, picture, social_auth_provider, timezone, updated_at, admin_id, customer_id, provider_id
Example:
/api/users?filters={"about": ..., "auth0_user_id": ..., "contact_preference": ..., "contact_times": ..., "data": ..., "email": ..., "family_name": ..., "given_name": ..., "invite_code_expires_at": ..., "invite_code": ..., "nickname": ..., "picture": ..., "social_auth_provider": ..., "timezone": ..., "admin_id": ..., "customer_id": ..., "provider_id": ...}Successful response
The response is of type object.