OrganizationMembershipRequest
The OrganizationMembershipRequest object is the model that describes the request of a user to join an organization.
Properties
- Name
- id
- Type
- string
- Description
- The unique identifier for this membership request. 
 
- Name
- organizationId
- Type
- string
- Description
- The organization ID of the organization this request is for. 
 
- Name
- status
- Type
- 'pending' | 'accepted' | 'revoked'
- Description
- The status of the request. 
 
- Name
- publicUserData
- Type
- PublicUserData
- Description
- Public information about the user that this request belongs to. 
 
- Name
- createdAt
- Type
- Date
- Description
- The date when the membership request was created. 
 
- Name
- updatedAt
- Type
- Date
- Description
- The date when the membership request was last updated. 
 
function accept(): Promise<OrganizationMembershipRequest>reject()
Rejects the request of a user to join the organization the request refers to.
function reject(): Promise<OrganizationMembershipRequest>Feedback
Last updated on