Update user type
This endpoint allows you to update the user type for a specific user by their id. Just Super Admins can update the user type.
The id of the user.
This enum is used to map the User Type from the database.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user's access was denied.
The user was not found in the system.
API call exceeded rate limit due to too many requests.
Last updated