cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

What API used to add usergroup under Organisation's unit and its subunit?

AP_9587236
17-Peridot

What API used to add usergroup under Organisation's unit and its subunit?

What API used to add usergroup under Organisation's unit and its sub-unit?

1 REPLY 1
DanZ
15-Moonstone
(To:AP_9587236)

Organizations[<EntityName>].AddMember({
	name: <org/org unit name> /* STRING */,
	member: <user/usergroup> /* STRING */,
	type: <"User" or "Group">/* STRING */
});

FYI: You can lookup all available services of an entity in the "Me/Entities" section when creating a service:chrome_dvf9BqdiNv.png

Top Tags