interface AddResourceMemberRequestBody {
    id: string;
    name?: string;
}

Properties

Properties

id: string

The ID of the user to add to the resource.

name?: string

The name of the user to add to the resource.

MMNEPVFCICPMFPCPTTAAATR