Skip to main content

Project users

GET 

/project/:id/users

Return list of Users with access to the project

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Responses

Return array of User objects

Schema
  • Array [
  • email string

    Main user email

    phone nullable

    A phone number (optional) and not required

    confirmTokenExpiration nullable

    Date and time when current common confirm token expires

    date date-time
    timezone_type int32
    timezone string
    name string

    User name

    confirmed boolean

    Was user email confirmed?

    timezone string

    User time zone name

    reportPeriod string

    Possible values: [week]

    notificationEmail nullable
    notificationDelay int32
    apiKey string

    User API Key

    id string
    role object
    id string
    users_id nullable
    name string
    permissions string[]
    systemRole boolean
    permissionsSwitches object

    Project permissions for current user

    read boolean

    Can current user view results?

    run boolean

    Can current user run checks?

    editTest boolean
    edit boolean

    Can current user edit project settings?

    manageUsers boolean

    Default value: true

    Can current user manage others?

    apiKey boolean

    Default value: true

    Can current user view apiKey?

    leave boolean

    Default value: true

    Can current user leave project?

    isPayer boolean

    Is user owner of the Project?

    canBeRemoved boolean
  • ]
Loading...