UpdateScimUserState
Properties
Name | Type | Required | Description |
---|---|---|---|
schemas | string[] | ❌ | The SCIM schema URI. |
operations | UpdateScimUserStateOperations[] | ❌ | Information about the user update operation. |
UpdateScimUserStateOperations
Properties
Name | Type | Required | Description |
---|---|---|---|
op | OperationsOp2 | ❌ | The operation to perform. |
value | OperationsValue2 | ❌ | The performed operation's value. |
OperationsOp2
The operation to perform.
Properties
Name | Type | Required | Description |
---|---|---|---|
REPLACE | string | ✅ | "replace" |
OperationsValue2
The performed operation's value.
Properties
Name | Type | Required | Description |
---|---|---|---|
active | boolean | ❌ | 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. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs