Add custom roles to a group using Google API

From group setting we can create new custom roles to be add to the built-in ones (OWNER, MANAGER and MEMBER), and we can assign those custom roles to any member of the group.

Using the Directory API, is there any way to add a custom role? and get all roles assigned to a member including those custom roles?

Thank you

Upvotes: 0

Views: 527

Answers (1)

squid808
squid808

Reputation: 1490

The last time I checked, this is still not possible. You can take a look at some pages like the Members: Update info, and you'll see that the role parameter still only accepts the three allowed values you mentioned.

Upvotes: 1

Related Questions