Users
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization whose users will be retrieved. If this parameter is set, the teamId parameter must be skipped. For each request either teamId or organizationId must be defined.
The unique ID of the team whose users will be retrieved. If this parameter is set, the organizationId parameter must be skipped. For each request either teamId or organizationId must be defined.
1Optional filter parameter.
Optional filter parameter.
Optional filter parameter. If this parameter is set, the teamId parameter must be set as well.
{"value":3}Optional filter parameter. If this parameter is set, the organizationId parameter must be set as well.
{"value":13}The value that will be used to sort returned entities by. Users can be sorted by name, id and email.
The sorting order. It accepts the ascending and descending direction specifiers.
The number of entities you want to skip before getting entities you want.
The maximum number of entities you want to get in the response.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
Whether to delete all user connections (accounts, webhooks, etc).
falseUser's current password (required if user has a password set).
Two-factor authentication code (required if 2FA is enabled).
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the user. It can be retrieved from the List users endpoint.
1The name of the user. The name must be at most 250 characters long and does not need to be unique.
The standardized language code. It sets the Make environment language.
The timezone ID corresponding to the local time. The list of all timezones can be retrieved from the GET /enums/timezones endpoint.
The location ID. It sets the Make environment date formats, hour formats, decimal separators, etc. The list of all locales can be retrieved from the GET /enums/locales endpoint.
The country ID. It sets the region of use.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the user. It can be retrieved from the List users endpoint.
1User's current email address.
User's new email address.
User's current password.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the user. It can be retrieved from the List users endpoint.
1The current user password.
The new user password. The password must be at least 9 characters long and must contain at least one uppercase letter, at least one number, and at least one special character.
The new user password for confirmation. This password must be the same as the password in the newPassword1 property.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The email of the user for who the password should be reset.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique hash of the password reset session.
fab680b60044adb766128e713e44e15bSuccessful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The new user password.
This password must be the same as the password in the newPassword1 property.
Successful response
Successful response
Last updated

