interface PostOrgsIDMembersRequest {
    body: AddResourceMemberRequestBody;
    orgID: string;
}

Properties

Properties

The user to add to the organization.

orgID: string

The ID of the organization.

MMNEPVFCICPMFPCPTTAAATR