Updates the workspace with the specified id.

Updates the workspace with the specified id.

Required Permissions
The user must be an admin or have workspace-manage-config:write permissions.

Path parameters

workspaceIdUUIDRequired

The id of the workspace.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
allowSocialLoginbooleanRequired

Whether the social login via apple and google is allowed.

allowCredentialsLoginbooleanRequired

Whether the user can login with username and password.

namestring or nullOptional<=1000 characters

The workspace name. Optional.

descriptionstring or nullOptional<=1000 characters

The workspace description. Optional.

languagestring or nullOptional<=25 characters

The workspace language. Optional.

typestring or nullOptional<=25 characters

The workspace type. Optional.

sizestring or nullOptional<=100 characters

The workspace size. Optional.

goalslist of stringsOptional

The workspace team goals. Optional.

selfAttributionstring or nullOptional<=100 characters

The way the workspace noticed awork, set during the onboarding.

previousToolstring or nullOptional<=100 characters

The project management tool used before awork, set during the onboarding.

allowAutomaticScimUserBookingboolean or nullOptional

Whether the SCIM integration should be able to book additional user seats when provisioning and activating new users, or should return BadRequest. Only admins are allowed to change this setting.

sameDomainSignupEnabledboolean or nullOptional

Whether same domain signup feature is enabled. Only admins are allowed to change this setting.

sameDomainSignupRoleIdUUID or nullOptional

Default Role for users who sign up through same domain signup. Only admins are allowed to change this setting.

sameDomainSignupDomainslist of stringsOptional

Domains enabled for same domain signup feature. Only admins are allowed to change this setting.

skipCreateDefaultWorkspaceDataboolean or nullOptional

Whether to skip the creation of default workspace data.

Response

OK

allowSocialLoginboolean

Whether the social login via apple and google is allowed.

allowCredentialsLoginboolean

Whether the user can login with username and password.

namestring or nullOptional<=1000 characters

The workspace name. Optional.

descriptionstring or nullOptional<=1000 characters

The workspace description. Optional.

languagestring or nullOptional<=25 characters

The workspace language. Optional.

typestring or nullOptional<=25 characters

The workspace type. Optional.

sizestring or nullOptional<=100 characters

The workspace size. Optional.

goalslist of stringsOptional

The workspace team goals. Optional.

selfAttributionstring or nullOptional<=100 characters

The way the workspace noticed awork, set during the onboarding.

previousToolstring or nullOptional<=100 characters

The project management tool used before awork, set during the onboarding.

allowAutomaticScimUserBookingboolean or nullOptional

Whether the SCIM integration should be able to book additional user seats when provisioning and activating new users, or should return BadRequest. Only admins are allowed to change this setting.

sameDomainSignupEnabledboolean or nullOptional

Whether same domain signup feature is enabled. Only admins are allowed to change this setting.

sameDomainSignupRoleIdUUID or nullOptional

Default Role for users who sign up through same domain signup. Only admins are allowed to change this setting.

sameDomainSignupDomainslist of stringsOptional

Domains enabled for same domain signup feature. Only admins are allowed to change this setting.

skipCreateDefaultWorkspaceDataboolean or nullOptional

Whether to skip the creation of default workspace data.

idUUIDOptional

The id of the workspace.

subdomainslist of objectsOptional

The workspace’s subdomains. Read-only.

memberCountinteger or nullOptional

The amount of workspace members. Only visible when the user is authenticated. Read-only.

lastUsedbooleanOptional

Whether this is the workspace the current user last logged in with.

lastLogindatetime or nullOptional

The date and time the user last logged in with this workspace, or the workspace was last accessed.

accountIdslist of UUIDsOptional

The ids of identities assigned to this workspace. Read-only.

hasImagebooleanOptional

Whether the workspace has uploaded a workspace image.

createdOndatetimeOptional

The date this workspace was created.

createdByUUID or nullOptional

The id of the user who created this workspace. Only set after the first invitation succeeded.

updatedOndatetimeOptional

The date this workspace was last modified.

updatedByUUID or nullOptional

The id of the user who last updated this workspace. Only set after the first invitation succeeded.

isTestWorkspacebooleanOptional

Whether the workspace is a test workspace.

isApprovedbooleanOptional

Whether the user accepted the invitation to the workspace.

allowSSOLoginbooleanOptional

Whether the user can login via an external SSO provider.

isScimActivatedbooleanOptional

Whether the workspace has SCIM user provisioning enabled.

virtualMRRdouble or nullOptional

The virtual MRR calculated during onborading.

isMobileSignupboolean or nullOptional

The type of sign-up set during the onboarding. Can be: web, mobile, …

isFreeMailboolean or nullOptional

Whether the domain of the account of the workspace creator is a freemail or a business domain.

isJoinablebooleanOptional

Whether this workspace has same domain sign up enabled and the account’s email matches the permitted domains.

isFullboolean or nullOptional

Whether this workspace is full and no more users can join. Used in same domain sign up flow.