Create User
Create a new Postman user.
Parameters
Parameter | Description |
---|---|
Active | Whether the user should be activated. |
First Name | The user's first name. |
Group IDs | A comma-separated groups to which the user should belong. |
Last Name | The user's last name. |
Locale | The user's locale, e.g "en-US". |
User Email | The user's email. |
Example Output
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": "405775fe15ed41872a8eea4c8aa2b38cda9749812cc55c99",
"userName": "taylor-lee@example.com",
"name": {
"givenName": "Test",
"familyName": "User"
},
"emails": [
{
"primary": true,
"value": "taylor-lee@example.com",
"type": "work",
"display": "taylor-lee@example.com"
}
],
"externalId": "12345678",
"active": true,
"meta": {
"resourceType": "User",
"created": "2021-02-22T04:24:13.000Z",
"lastModified": "2021-02-22T04:24:13.000Z"
}
}
Workflow Library Example
Create User with Postman Scim and Send Results Via Email
Preview this Workflow on desktop