메소드 |
설명 |
|
create ( string $organization_identifier, string $invited_member_email, array $roles ) |
Create invitation (permission needed: #organization:read)
Invite a User to become a Member of an Organization |
|
delete_invitation ( string $organization_identifier, string $identifier ) |
Cancel Invitation (permission needed: #organization:edit)
Cancel an existing invitation |
|
details ( string $organization_identifier, string $identifier ) |
Invitation details (permission needed: #organization:read)
Get the details of an invitation |
|
invitations ( string $organization_identifier ) |
List invitations (permission needed: #organization:read)
List all invitations associated with an organization |
|
update ( string $organization_identifier, string $identifier, array $roles = null ) |
Update invitation roles (permission needed: #organization:edit)
Change the Roles of a Pending Invite |
|