Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Check user access to workspace

POST/v1/private/authCheck user access to workspace

Check user access to workspace

Request body

application/json
objectAuthDetailsHolder
Example request
{}

Responses

204No Content
401Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
403Access forbiddenapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu