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

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:

  • "url"
  • "memberships"
  • "idOrganization"
  • "shortUrl"
  • "limits"
  • "enterpriseOwned"
  • "idMemberCreator"
  • "id"
  • "name"
  • "starred"
  • "pinned"
  • "labelNames"
  • "desc"
  • "closed"
  • "prefs"
  • "descData"
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:

  • "id"
organization_fields String No

Any valid value that the nested organization resource accepts.

Possible values:

  • "id"
  • "name"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.