INVALID_REQUEST | 400 | The request format is not valid |
INVALID_REQUEST | 400 | The value of the size parameter must be greater than or equal to 1. |
INVALID_REQUEST | 400 | The value of the size parameter must be less than or equal to 100 |
INVALID_REQUEST | 400 | The value of the page parameter must be greater than or equal to 1. |
INVALID_REQUEST | 400 | The size parameter must be an integer |
INVALID_REQUEST | 400 | The page parameter must be an integer |
INVALID_REQUEST | 400 | page : 'page' is required |
INVALID_REQUEST | 400 | You cannot add users to a team with fullUsers true |
INVALID_REQUEST | 400 | You cannot remove users from a team with fullUsers true |
INVALID_EMAIL | 400 | This email is not valid : email |
INVALID_FORMAT | 400 | user.suspensionStartDate : invalid ISO 8601 datetime format, i.e. YYYY-MM-DDTHH:mm:s |
INVALID_FORMAT | 400 | Page : page is required |
INVALID_FORMAT | 400 | The field format xxxx is not valid |
INVALID_FORMAT | 400 | page : invalid float number |
INVALID_FORMAT | 400 | size : invalid float number |
INVALID_FORMAT | 400 | Name too long |
INVALID_DATE | 400 | Invalid suspension start date format, please follow the ISO 8601 format |
INVALID_DATE | 400 | Suspension start date must be set for the current date or in the future |
INVALID_DATE | 400 | "suspensionStartDate" must be greater than or equal to 2025-06-20T16:57:00 |
USER_ALREADY_EXISTS | 400 | The email email already exists |
FORBIDDEN | 403 | User not allowed |
FORBIDDEN | 403 | The limit of xx users per organization has been reached |
NOT_FOUND | 404 | User 'user' not found |
NOT_FOUND | 404 | The team does not exist |
CONFLICT | 409 | This operation is not possible |
TOO_MANY_REQUESTS | 429 | You have exceeded the number of calls allowed. Please wait a moment and try again. |
UNKNOWN_ERROR | 500 | Unknown error |