A Authentication User is deactivated if the primary Identity Integration has a deprovisioned state. The user may also be manually deprovisioned by an administrator.
For security reasons, once a user has been deprovisioned, the user cannot reauthenticate using SSO even if they are assigned to the IdP application until an administrator restores their existing user account.
Documentation Index
Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workspace User ID
RestoreWorkspaceUserRequestData
WorkspaceUserDetailedResponseData
"wsusr_01hq8xyzabc123def456ghi789"
staged The record is staged and is only visible to administrators or in the API. Use the activate method during your change window. |
active The record is active. |
expiring The expires_at value is set in the future for the record. You can run the activate action to remove the scheduled expiration. |
expired The expires_at value is in the past and the record was deactivated. |
deactivated The record was deactivated manually by an administrator. |
staged, active, expiring, expired, deactivated google Google Account (not Workspace specific) |
fleetdock Provisionr Fleetdock |
okta Okta Workforce Identity |
google, fleetdock, okta The ID of the user from the IdP SSO Response
The first and last name of the user from the IdP SSO Response
The username of the user. Unless overridden, this is usually the email address handle
The email address of the user
Provisionr has UI color accessibility features that allows each user to choose light or dark mode
Provisionr has UI color accessibility features that allows each user to choose any color theme that they prefer and light or dark mode for the application UI. The sign in page and the default color theme for users is usually based on your company branding or logo color.
You can see all of the colors in the Tailwind CSS docs: https://tailwindcss.com/docs/colors
The timestamps for the workspace user record
{
"created_at": "2024-03-15T10:30:00.000000Z",
"updated_at": "2024-03-15T14:22:00.000000Z",
"expires_at": null,
"last_authenticated_at": "2024-03-16T08:00:00.000000Z",
"last_activity_at": "2024-03-16T09:30:00.000000Z",
"deleted_at": null
}Count of related records
API hyperlinks related to the workspace user record