Récupérer la liste des membres de votre Workspace.
cURL
curl --request GET \ --url https://api.fructu.co/v1/user \ --header 'Authorization: Bearer <token>'
{ "data": [ { "label": "Tom Vigneres", "id": "1742285896869x689052030883594200" }, { "label": "John Doe", "id": "1742285896869x689052030883594201" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success. La réponse contient un objet avec une propriété data.
data
The response is of type object.
object
Was this page helpful?