UpdateScimUserState
Properties
Name | Type | Required | Description |
---|---|---|---|
Schemas | List<string> | ❌ | The SCIM schema URI. |
Operations | List<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 | 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. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs