Get organization member details
Get organization member details by user ID.
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
id
user_pk
A unique integer value identifying the user to get organization details for.
Query parameters
contributed_to_projects
Whether to include projects created and contributed to by the member.
Response
annotations_count
contributed_projects_count
contributed_to_projects
created_at
created_projects
organization
Organization ID
user
User ID