Skip to main content

Error codes

API CodeStatus CodeError Message
INVALID_REQUEST400The request format is not valid
INVALID_REQUEST400The value of the size parameter must be greater than or equal to 1.
INVALID_REQUEST400The value of the size parameter must be less than or equal to 100
INVALID_REQUEST400The value of the page parameter must be greater than or equal to 1.
INVALID_REQUEST400The size parameter must be an integer
INVALID_REQUEST400The page parameter must be an integer
INVALID_REQUEST400page : 'page' is required
INVALID_REQUEST400You cannot add users to a team with fullUsers true
INVALID_REQUEST400You cannot remove users from a team with fullUsers true
INVALID_EMAIL400This email is not valid : email
INVALID_FORMAT400user.suspensionStartDate : invalid ISO 8601 datetime format, i.e. YYYY-MM-DDTHH:mm:s
INVALID_FORMAT400Page : page is required
INVALID_FORMAT400The field format xxxx is not valid
INVALID_FORMAT400page : invalid float number
INVALID_FORMAT400size : invalid float number
INVALID_FORMAT400Name too long
INVALID_DATE400Invalid suspension start date format, please follow the ISO 8601 format
INVALID_DATE400Suspension start date must be set for the current date or in the future
INVALID_DATE400"suspensionStartDate" must be greater than or equal to 2025-06-20T16:57:00
USER_ALREADY_EXISTS400The email email already exists
FORBIDDEN403User not allowed
FORBIDDEN403The limit of xx users per organization has been reached
NOT_FOUND404User 'user' not found
NOT_FOUND404The team does not exist
CONFLICT409This operation is not possible
TOO_MANY_REQUESTS429You have exceeded the number of calls allowed. Please wait a moment and try again.
UNKNOWN_ERROR500Unknown error