Add a User to an Access Group

Add a specified user to a specified access group

Adds a specified user to a specified access group.

Request

Specify the desired access group and user by including the corresponding acs_access_group_id and acs_user_id in the request body.

Request Body Parameters

ParameterTypeDescription

acs_access_group_id

String (UUID) Required

ID of the desired access group

acs_user_id

String (UUID) Required

ID of the desired user

Sample Request

seam.acs.access_groups.add_user(
  acs_access_group_id="44444444-4444-4444-4444-444444444444",
  acs_user_id="33333333-3333-3333-3333-333333333333"
)

Response

Returns a Boolean ok status indicator or void.

Sample Response

None

Last updated

Logo

© Seam Labs, Inc. All rights reserved.