[{"label":"Latest (v1.0)","version":"latest"}]
csp
UsersOrganizationInvitationAdminRequest
The user organization invitation request sent by admin.
Properties
array of
string
usernames
Required
List of Usernames (e-mails) of users.
array of
string
customGroupsIds
Optional
Custom Groups (relevant only for invite).
integer as int32
invitationExpirationInDays
Optional
The expiration time of the invitation.
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"
]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp