v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14126767600.8 KB

Assigns a job membership level to a member

put/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members/{principalId}

Path parameters

farmIdstring required

The farm ID of the job to associate with the member.

queueIdstring required

The queue ID to associate to the member.

jobIdstring required

The job ID to associate with the member.

principalIdstring required

The member's principal ID to associate with the job.

Request body

principalType'USER' | 'GROUP' required

The member's principal type to associate with the job.

identityStoreIdstring required

The member's identity store ID to associate with the job.

membershipLevel'VIEWER' | 'CONTRIBUTOR' | 'OWNER' | 'MANAGER' required

The principal's membership level for the associated job.

identityCenterRegionstring

The Region of the IAM Identity Center instance. If not provided, the service defaults to the Region of the farm.

Response

Success

AssociateMemberToJobResponse required