Users
Get public information about a user with shared membership.
Returns the public profile of a user who shares at least one workspace/project membership with the caller (or the caller's own public profile).
Returns the public profile of a user who shares at least one workspace/project membership with the caller (or the caller's own public profile).
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
userId*string
User ID of the target user.
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/users/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "firstName": "string", "lastName": "string", "displayName": "string", "avatar": "01d8bd6c-6014-46aa-b5b1-14d337c9c779", "color": "string", "awards": [ "staff" ], "accountType": "standard"}