cURL
curl --request POST \ --url https://api.futureagi.com/accounts/workspaces/{workspaceId}/members/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com", "role": "admin" }'
Add a new member to workspace
JWT token obtained from /accounts/token/ endpoint
admin
member
viewer
Member added successfully
Was this page helpful?