List assigned Workspaces

Retrieve a list of the Workspaces assigned to a user. <Note> Only returns Workspaces where you have **Administrator** access. </Note>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

user_idstringRequired

Response

Successfully retrieved assigned Workspaces list
idinteger
namestring
statusobject
roleslist of objects
ownerboolean or null
default_workspaceboolean or null

Errors