AddGroupMemberRequest: {
    applicationId?: string;
    groupId: string;
    userId?: string;
}

Type declaration

  • OptionalapplicationId?: string

    ID of the application to add.

    One-of ('member'): at most one of 'userId', 'applicationId' could be set.

  • groupId: string

    ID of the group.

  • OptionaluserId?: string

    ID of the user to add.

    One-of ('member'): at most one of 'userId', 'applicationId' could be set.