Profile API
Get information about a specific user using this API.
Last updated
Get information about a specific user using this API.
Last updated
If you use the JavaScript SDK you could use the ProfileApi
abstraction instead.
You need the profile:read
scope to access this API.
GET
https://identity.vulos.io/api/v1/profile/:id
Get the user's public profile information.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://identity.vulos.io/api/v1/profile/organization/:id
Get the organization's public profile information.
GET
https://identity.vulos.io/api/v1/profile/organization/search/:search/:amount/:offset
Search for an organization by name.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id*
String
The user's ID
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
id*
String
The ID of the organization
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect
search*
String
The keyword to find in the organization's name
amount
String
The maximal amount of organizations to return (defaults to 10
, it's limited to 100
)
offset
String
The amount of organizations to skip (defaults to 0
)
Authorization*
String
Bearer authentication with the access token obtained using OpenID Connect