PUT /enterprises/{id}/members/{idMember}/licensed
This endpoint is used to update whether the provided Member should use one of the Enterprise's available licenses or not. Revoking a license will deactivate a Member of an Enterprise.
NOTE: Revoking of licenses 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. |
idMember |
String | Yes |
The ID of the Member |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
value |
Boolean | Yes |
Boolean value to determine whether the user should be given an Enterprise license (true) or not (false). |
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.