ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation 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

Announcements


Top Tags