For the complete documentation index, see llms.txt. This page is also available as Markdown.

OrganizationRole

Members

api : OrganizationApi

The OrganizationAPI that this object was created with.

id : string

The id of this role.

name : string

The name of this role.

member : OrganizationMembership

The membership that this role is associated with.

Methods

constructor(api, member, role)

Create a new role object using the Organization API.

async remove()

Remove this role from the membership.

The result is a boolean that indicates success.

Last updated