cURL
curl --request POST \ --url https://api.galileo.ai/v2/groups/{group_id}/members \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' [ { "user_id": "<string>", "role": "member" } ] '
[ { "id": "<string>", "user_id": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "created_at": "2023-11-07T05:31:56Z", "permissions": [] } ]
Documentation IndexFetch the complete documentation index at: https://docs.galileo.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
maintainer
member
pending
Successful Response
Show child attributes
Was this page helpful?