Arguments
String
The email address of the user to add. At least one of email or phone is required.
String
The phone number of the user to add. At least one of email or phone is required.
[UACRoleType!]!
required
The UAC roles to assign. OWNER is not allowed.
UACRoleStatusType
The initial status for the role assignment. Defaults to PENDING.
Boolean!
required
Whether auth-service should send the role assignment invite email. Defaults to true.
Set to false to create the assignment without sending an invite.
Returns
AddAuthorizedUserResponse — Response returned from the addAuthorizedUser mutation.