Create user job permission

Grant a user a Job Admin role on a single job. The role_id must reference a Job Admin role; site admin and deprecated role types are rejected. Site admins already have access to every non-confidential job, so creating a user job permission for a site admin is a no-op and returns 204 No Content instead of 201 Created. To grant a role on jobs that don't exist yet, use /v3/future_job_permissions with an office and/or department scope instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

Id of the job to grant access to. Must reference a job in the caller's organization.

integer
required

Id of the user who should receive the role on this job. Must reference a user in the caller's organization. If the user is a site admin, the request returns 204 No Content and no permission row is created — site admins already have access to every non-confidential job.

integer
required

Id of the Job Admin role to grant on this job. Must reference a user_role with role_type: job_admin; site admin and deprecated role types are rejected.

Responses

204

Successful (No Content)

401

Unauthorized

403

Forbidden

422

Unprocessable Content

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json