[{"label":"Latest (v1.0)","version":"latest"}]
csp
UsersOrganizationInvitationRequest
The user organization invitation request.
Properties
array of
string
usernames
Required
List of Usernames (e-mails) of users.
array of
string
customGroupsIds
Optional
Custom Groups (relevant only for invite).
array of
string
orgRoleNames
Optional
Deprecated: Org role names (use organizationRoles instead)
array of
BaseRoleBindingDto
organizationRoles
Optional
Organization roles (relevant only for invite).
boolean
skipNotify
Optional
Indicates if the notification have to be skipped
boolean
skipNotifyRegistration
Optional
Prevent sending mails to users that do not yet have a CSP profile
string
invitedBy
Optional
Invited By, specify the actual user who is inviting.
JSON Example
{
"usernames": [
"string"
]
}