Memberships
Using these endpoints you can invite, manage and delete members.
Last updated
Using these endpoints you can invite, manage and delete members.
Last updated
GET
https://identity.vulos.io/api/v1/organization/:organizationId/:membershipId
Get information about a specific membership.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
PUT
https://identity.vulos.io/api/v1/organization/:organizationId/invite/:email
Invite a new member to an organization using their email address.
DELETE
https://identity.vulos.io/api/v1/organization/:organizationId/:membershipId/delete
Delete a membership from an organization.
If you want to update, delete and see the roles in a membership, you can use the following endpoints:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
organizationId*
String
The ID of the organization
membershipId*
String
The ID of the membership
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
organizationId*
String
The ID of the organization
email*
String
The email of the member that will get invited
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
organizationId*
String
The ID of the organization
membershipId*
String
The ID of the membership
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect