Arguments
String
Filter by the email address of the authorized user.
String
Filter by the phone number of the authorized user.
Returns
[AuthorizedUser] — Represents an authorized user on an account.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List authorized users on the caller’s account.
query {
authorizedUsers(
email: String
phone: String
): [AuthorizedUser]
}
[AuthorizedUser] — Represents an authorized user on an account.