Organizations
Using these endpoints you can create, delete and update organizations!
Last updated
Using these endpoints you can create, delete and update organizations!
Last updated
PUT
https://identity.vulos.io/api/v1/organization/create
Create a new organization.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://identity.vulos.io/api/v1/organization/list
Get all organizations for the authenticated user.
GET
https://identity.vulos.io/api/v1/organization/:id
Get information about a specific organization.
PUT
https://identity.vulos.io/api/v1/organization/:id/update
Update a specific organization's details.
DELETE
https://identity.vulos.io/api/v1/organization/:id/delete
Delete an organization.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
name*
String
The name of the organization
website
String
The website of the organization
address*
String
The address where the organization is located at
uniqueId*
String
A unique identifier that the organization has been registered with (for example: an OUI)
taxNumber*
String
The organization's tax number
city*
String
The city where the organization is located at
countryCode*
String
The two-letter country code where the organization is located at
zipCode*
String
The zip / postal code where the organization is located at
state
String
The state where the organization is located at
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
id*
Number
The ID of the organization
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
id*
Number
The ID of the organization
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
name
String
The name of the organization
website
String
The website of the organization
address
String
The address where the organization is located at
uniqueId
String
A unique identifier that the organization has been registered with (for example: an OUI)
taxNumber
String
The organization's tax number
city
String
The city where the organization is located at
countryCode
Alpha 2
The two-letter country code where the organization is located at
zipCode
String
The zip / postal code where the organization is located at
state
String
The state where the organization is located at
id*
Number
The ID of the organization
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect