Arguments
ObjectOwnerObjectType!
required
No description provided in the schema yet.
UUID!
required
No description provided in the schema yet.
UUID!
required
No description provided in the schema yet.
Returns
AssignObjectOwnerResponseDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Assign an owner to an object that does not have one yet.
mutation {
assignObjectOwner(
objectType: ObjectOwnerObjectType!
objectId: UUID!
userId: UUID!
): AssignObjectOwnerResponse
}
AssignObjectOwnerResponse