Skip to main content

Create User

Create a new Postman user.

Parameters

ParameterDescription
ActiveWhether the user should be activated.
First NameThe user's first name.
Group IDsA comma-separated groups to which the user should belong.
Last NameThe user's last name.
LocaleThe user's locale, e.g "en-US".
User EmailThe 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

Workflow LibraryPreview this Workflow on desktop