---
title: "GET /workflows/{workflowId}/users"
method: GET
path: "/workflows/{workflowId}/users"
tags: ["workflows"]
---

# GET /workflows/{workflowId}/users

`GET /workflows/{workflowId}/users`

Get users of a workflow.

## Path parameters

- `workflowId` integer, required

## Response `default`

default response

- User[]
  - `avatarUrl` string
  - `curator` boolean — Indicates whether this user is a curator. The value is always false unless requested for oneself or by an admin
  - `id` integer
  - `isAdmin` boolean — Indicates whether the user is an admin. The value is always false unless requested for oneself or by an admin
  - `metricsRobot` boolean
  - `metricsRobotPartner` 'GALAXY' | 'TERRA' | 'DNA_STACK' | 'DNA_NEXUS' | 'CGC' | 'NHLBI_BIODATA_CATALYST' | 'ANVIL' | 'CAVATICA' | 'NEXTFLOW_TOWER' | 'ELWAZI' | 'AGC' | 'TOIL' | 'OTHER' | 'ALL' — Indicates whether this user is a robot that submits metrics
  - `name` string
  - `orcid` string
  - `platformPartner` 'GALAXY' | 'TERRA' | 'DNA_STACK' | 'DNA_NEXUS' | 'CGC' | 'NHLBI_BIODATA_CATALYST' | 'ANVIL' | 'CAVATICA' | 'NEXTFLOW_TOWER' | 'ELWAZI' | 'AGC' | 'TOIL' | 'OTHER' | 'ALL' — Indicates whether this account corresponds to a platform partner
  - `privacyPolicyVersion` 'NONE' | 'PRIVACY_POLICY_VERSION_2_5'
  - `privacyPolicyVersionAcceptanceDate` integer
  - `setupComplete` boolean
  - `tosacceptanceDate` integer
  - `tosversion` 'NONE' | 'TOS_VERSION_1' | 'TOS_VERSION_2'
  - `tosversionAcceptanceDate` integer
  - `userProfiles` object
  - `username` string
  - `usernameChangeRequired` boolean — Indicates whether the user is required to change their username before being allowed to do various operations on Dockstore.

---

[API](https://skmtc.net/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.net/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/versions/9d82a4e96aa7/schema)
