collaborators
GET/v1/collaborators
Retrieve all collaborators in your ncScale application.
Request
Responses
- 200
- 401
200
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
X-RateLimit-Limit
string
X-RateLimit-Remaining
string
X-RateLimit-Reset
string
- application/json
- Schema
- Example (from schema)
- 200
Schema
Array [
]
email string
firstname string
lastname string
role string
[
{
"email": "kevin.janiky@ncscale.com",
"firstname": "Kevin",
"lastname": "Janiky",
"role": "owner"
}
]
[
{
"email": "kevin.janiky@ncscale.com",
"firstname": "Kevin",
"lastname": "Janiky",
"role": "owner"
}
]
401
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
- application/json
- Schema
- Example (from schema)
- 401
Schema
message string
status number
{
"message": "Unauthorized",
"status": 401
}
{
"message": "Unauthorized",
"status": 401
}
Loading...