Properties
Name | Type | Required | Description |
---|---|---|---|
Schemas | List<string> |
❌ | The SCIM schema URI. |
Operations | List<UpdateScimUserStateOperations> |
❌ | Information about the user update operation. |
Properties
Name | Type | Required | Description |
---|---|---|---|
Op | OperationsOp2 | ❌ | The operation to perform. |
Value | OperationsValue2 | ❌ | The performed operation's value. |
The operation to perform.
Properties
Name | Type | Required | Description |
---|---|---|---|
Replace | string | ✅ | "replace" |
The performed operation's value.
Properties
Name | Type | Required | Description |
---|---|---|---|
Active | bool | ❌ | Sets the user's active state: - true — Activates the user. This lets them authenticate in to your Postman team. - false — Removes the user from your Postman team and deactivates the account. This blocks the user from authenticating in to Postman. |