ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request POST \ --url https://api.galileo.ai/v2/integrations/{integration_id}/users \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data '[ { "role": "viewer", "user_id": "<string>" } ]'
[ { "id": "<string>", "permissions": [], "role": "owner", "created_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>" } ]
owner
editor
annotator
viewer
Successful Response
Show child attributes
Was this page helpful?