Skip to main content

List Users In Team

GET 

https://app.infodeck.io/api/organizations/:organizationId/teams/:teamId/users

List users in team for organization

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    teamId stringrequired

    The ID of team.

Query Parameters

    maxResults string

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

Responses

Schema
    data object[]required

    Array of user data objects within a team.

  • Array [
  • id stringrequired
    sub stringrequired
    organizationId stringrequired
    emailVerified stringrequired
    familyName stringrequired
    givenName stringrequired
    email stringrequired
    appRole stringrequired
    status stringrequired
    picture string
    createdAtDateString stringrequired
    createdAt numberrequired
    updatedAtDateString stringrequired
    updatedAt numberrequired
  • ]

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X GET 'https://app.infodeck.io/api/organizations/:organizationId/teams/:teamId/users' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!