Skip to main content

Retrieve a list of all users

GET 

/users

Returns a list of all users created in your Embedded account.

Request

Query Parameters

    parentWorkflowId string

    You can pass a parentWorkflowId if you wish to list users for a specific workflow.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    data

    object[]

  • Array [

  • userId string
    username string
    fullName string
  • ]

Loading...