List Jobs
Loading...
API endpoint path: /groups/v3/jobs
Retrieves a paginated list of jobs. Jobs represent batch operations such as user imports. Filter by group ID to see jobs for a specific group.
Filtering:
- Use the optional
groupIdquery parameter to filter jobs for a specific group
Sorting:
- Results can be sorted using the
sortparameter (e.g.,insertDateTime,desc) - Default sort is by most recent jobs first
Request
Responses
- 200
- 401
- 500
OK
Unauthorized
Internal Server Error