ARG-0002 | Missing required arguments | Neither email nor phone was provided, or roles is empty. At least one identifier and at least one role are needed. |
ARG-0001 | Invalid arguments received | One or more values in roles are not allowed (for example, OWNER), or status is not one of PENDING, ACTIVE, INACTIVE, DECLINED. Use ADMIN, MANAGER, SPENDER, or VIEWER for roles. |
AUTH-0008 | Invalid user access | The caller could not be resolved from the access token or API key, or the Basic-auth application has no operator account configured. Verify your authentication credentials. |
AUTH-0031 | The requested scopes must be granted by the user first. | The token is missing the MANAGE_SUBUSERS scope required to manage authorized users. |
AUTH-0034 | No Fluz user found with the provided email or phone number. | No existing Fluz user matches the supplied email or phone. The target user must already have a Fluz account. |
AUTH-0035 | This user already has an active role assignment on this account. | The user is already authorized on the caller’s account. Use removeAuthorizedUser first if you need to reassign roles. |
AUTH-0037 | Unable to manage authorized user. Please try again or contact support. | A general failure occurred while creating the role assignment. Please retry or contact support. |