PUT /enterprises/{id}/members/{idMember}/deactivated
Deactivate a Member of an Enterprise.
NOTE: Deactivation is not possible for enterprises that have opted in to user management via AdminHub.
Servers
- https://api.trello.com/1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
ID of the enterprise to retrieve. |
idMember |
String | Yes |
ID of the Member to deactive. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
board_fields |
String | No |
Any valid value that the nested board resource accepts. Possible values:
|
value |
Boolean | Yes |
Determines whether the user is deactivated or not. |
fields |
String | No |
A comma separated list of any valid values that the nested member field resource accepts. Possible values:
|
organization_fields |
String | No |
Any valid value that the nested organization resource accepts. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.