SDK / APIProfiles
List profiles
Lists display names, emails, and images for organization member or pending-member user IDs.
Authorization
ApiKeyAuth x-api-key<token>
In: header
Query Parameters
userId*array<>
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/profiles?userId=string"{ "object": "response", "data": { "property1": { "name": "string", "email": "string", "image": "string" }, "property2": { "name": "string", "email": "string", "image": "string" } }, "meta": { "requestId": "string", "pagination": { "limit": 1, "offset": 0, "total": 0, "hasMore": true, "nextOffset": 0 } }}{ "object": "error", "error": { "code": "invalid_request", "message": "string", "details": null }, "meta": { "requestId": "string" }}{ "object": "error", "error": { "code": "invalid_request", "message": "string", "details": null }, "meta": { "requestId": "string" }}{ "object": "error", "error": { "code": "invalid_request", "message": "string", "details": null }, "meta": { "requestId": "string" }}