List job permissions
GET/api/v1/jobs/{jobDefinitionId}/permissions
GET
/api/v1/jobs/{jobDefinitionId}/permissions
Returns grants grouped by user after EDIT permission on the job.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”jobDefinitionId
required
string format: uuid
Job definition identifier.
Responses
Section titled “Responses”Job grants returned
Array<object>
Job grants grouped for one user.
object
permissions
Array<string>
userId
Granted user identifier.
string format: uuid
username
Granted user’s current username.
string
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The requested resource does not exist or is not visible.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference