Return information about all users
GET/users/all
Allowable only for users with administrator role
Request
Query Parameters
filter.eq.email string
Filters by 'email'
filter.eq.expired boolean
Filters by 'expired'
filter.eq.fullName string
Filters by 'fullName'
filter.eq.id int64
Filters by 'id'
filter.eq.lastLogin int64
Filters by 'lastLogin'
filter.eq.project object[]
Filters by 'project'
filter.eq.projectId int64
Filters by 'projectId'
filter.eq.role string
Filters by 'role'
filter.eq.synchronizationDate int64
Filters by 'synchronizationDate'
filter.eq.type string
Filters by 'type'
filter.eq.user string
Filters by 'user'
page.page int32
Results page you want to retrieve (0..N)
page.size int32
Number of records per page
page.sort string[]
Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...