Avisi cloud logo
Organisations

Get the membership in an organisation for the user requesting this endpoint.

GET
/api/v1/organisations/{organisationSlug}/me

Path Parameters

organisationSlug
Required
string

curl -X GET "http://localhost:8090/api/v1/organisations/string/me"

Request was successfully processed. The response body contains the requested data.

{
  "subject": "60edbbae-71be-4fbc-b2c1-f38d95f4b1b6",
  "identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
  "username": "string",
  "role": "admin",
  "kubernetesRole": "cluster-admin",
  "joinedAt": "2019-08-24T14:15:22Z",
  "email": {
    "email": "string"
  }
}