Skip to main content

Interface: IAddUserGroupMemberRequest

cloudservice.v1.IAddUserGroupMemberRequest

Properties of an AddUserGroupMemberRequest.

Implemented by

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id to use for this async operation. Optional, if not provided a random id will be generated.


groupId

Optional groupId: null | string

The id of the group to add the member for.


memberId

Optional memberId: null | IUserGroupMemberId

The member id to add to the group.