Skip to main content

Check out Port for yourselfย 

Get a user

GET 

/v1/users/:user_email

This route allows you to fetch a specific user in your Port organization.

To learn more about users, check out the documentation.

Requestโ€‹

Path Parameters

    user_email stringrequired

    The email address of the user you want to fetch.

Responsesโ€‹

Retrieved successfully.

Schema

    okanyrequired

    Possible values: [true]

    user

    emailstring
    firstNamestring
    lastNamestring
    picturestring
    statusstring
    idstring
    typestring
    providersstring[]
    createdAtdate-time
    updatedAtdate-time

    orgs

    object[]

  • Array [

  • idstringrequired
  • ]

  • teamsstring[]

    roles

    object[]

  • Array [

  • namestringrequired
  • ]

  • teamsIdentifiersstring[]