Comment on page
Memberships
Using these endpoints you can invite, manage and delete members.
get
https://identity.vulos.io/api/v1/organization
/:organizationId/:membershipId
Membership Info
put
https://identity.vulos.io/api/v1/organization
/:organizationId/invite/:email
Invite Member
delete
https://identity.vulos.io/api/v1/organization
/:organizationId/:membershipId/delete
Delete Membership
If you want to update, delete and see the roles in a membership, you can use the following endpoints:
Last modified 1yr ago