Skip to main content

Activate User

Activate a user by their ID. This lets them authenticate in to your Postman team.

Parameters

ParameterDescription
UserThe user's ID. You can search users by their full username (email).

Example Output

{
"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": true,
"meta": {
"resourceType": "User",
"created": "2021-02-22T04:24:13.000Z",
"lastModified": "2021-02-22T04:24:13.000Z"
}
}

Workflow Library Example

Activate User with Postman Scim and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop