cURL
curl --request POST \ --url https://api.pulze.ai/v1/orgs/members/{id}/spaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "spaces": [ { "app_id": "<string>", "permission": "<string>" } ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
List the users who have been invited to a team organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Successful Response
Was this page helpful?