Assign a user group to a genie

Assigns user group access to the genie associated with the ID you specify.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The ID of the genie you to which you plan to assign user group access.

Request

This endpoint expects an object.
user_group_idslist of stringsRequired
An array of user group IDs to add to a genie.

Response

User groups assigned successfully
user_groupslist of objects or null
Array of user groups assigned to the genie.

Errors