GET
/
user
/
{id}
/
groups
curl --request GET \
  --url https://app.blinkops.com/api/v1/user/{id}/groups \
  --header 'BLINK-API-KEY: <api-key>'
"<any>"

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

id
string
required

User ID

Response

200
application/json
OK
limit
integer
offset
integer
results
any
total
integer