Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.audditur.com/llms.txt

Use this file to discover all available pages before exploring further.

Adds a new member to the workspace and associates them with the specified application. If the invited user does not yet exist on Audditur, the workspace hierarchy is built automatically as part of the call.

Parameters

applicationId
string
required
The application the new member should be attached to.
email
string
required
Email address of the user to invite.
firstName
string
required
Given name of the user.
lastName
string
required
Family name of the user.
role
string
Permission scope assigned to the member. One of:
  • ADMIN — full administrative control over the application.
  • READ_ONLY — can view the application but not modify it.
  • USER — standard collaborator access.