[{"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).


customRoles Optional

Custom Roles (relevant only for invite).


array of string
orgRoleNames Optional

Deprecated: Org role names (use organizationRoles instead)


organizationRoles Optional

Organization roles (relevant only for invite).


array of ServiceRolesDto
serviceRolesDtos Optional

Service 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
Parameter To

Invite Users

Feedback

Was this page helpful?