Actions
Deactivate User
Deactivate a user by their ID. Removes the user from your Postman team and deactivates the account. This blocks the user from authenticating into Postman.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User | The user’s ID. You can search users by their full username (email). |
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": "405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99",
"userName": "taylor-lee@example.com",
"name": {
"givenName": "Taylor",
"familyName": "Lee"
},
"externalId": "12345678",
"active": false,
"meta": {
"resourceType": "User",
"created": "2021-02-22T04:24:13.000Z",
"lastModified": "2021-02-22T04:24:13.000Z"
}
}
Was this page helpful?