Optionaloptions: { env?: string; host?: string; token?: string }ProtectedenvProtectedhostProtectedtokenAccept an invite
Invite UUID
Archive a project
Delete a user from the project
User UUID
Delete a workspace
Workspace UUID
Get available templates
Get a specific invite by UUID
Invite UUID
Get list of project invites
Get template by ID
Template ID
Get template by activation code
Activation code
Get a specific project user
User UUID
Get list of project users
Get templates for a workspace
Get information about a specific project
Invite a user to the project
Array of emails
Array of role UUIDs
Get list of all projects for the current user
Register through an invite
Invite UUID
Registration data
Revoke an invite
Invite UUID
Search for templates
Search query
Update project settings
Settings data
Update a project user
User UUID
Update data
Update a workspace
Workspace UUID
Update data
Base client for the platform API Classes that extend PlatformBaseClient have intentins of only working in platform context
PlatformBaseClient
Param: client
The axios instance to use for the client
Example