/
OR
orkescloud
/
Orkes Conductor API Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 1d ago
Details
Filter operations
a-2-a-callback-resource
2
admin-resource
5
API Gateway
26
application-resource
15
audit-resource
3
authorization-resource
5
post
Grant access to a user over the target
delete
Remove user's access over the target
get
Get the access that have been granted over the given object. Defaults to access-keyed {access -> subjects}. Pass groupBy=subject for the subject-keyed {subject -> accesses} form.
get
List every per-instance ACL entry a subject has, optionally filtered by resource type. Admin-only unless the caller is listing their own grants.
delete
Revoke every per-instance ACL a subject has, optionally scoped to one resource type. Useful for cleanup when a role-level authority (e.g. SECRET_MANAGEMENT) is revoked and the sticky per-instance grants must also be cleared.
context-controller
1
environment-resource
7
event-execution-resource
2
event-message-resource
2
event-resource
16
global-schema-resource
2
group-resource
10
health-check-resource
1
human-task
14
human-task-resource
1
incoming-webhook-resource
2
integration-resource
26
limits-resource
1
LLM
3
metadata-resource
12
metrics-resource
1
org-config-resource
1
orkes-agent-controller
39
prompt-resource
14
provider-controller
1
queue-admin-resource
2
role-resource
9
scheduler-bulk-resource
2
scheduler-resource
18
schema-resource
6
secret-resource
13
service-registry-resource
15
sharing-resource
3
tags
11
task-resource
18
token-resource
2
user-form
6
user-form-template-resource
3
user-resource
6
version-resource
1
webhooks-config-resource
8
workflow-bulk-resource
6
workflow-resource
32
authorization-resource
Remove user's access over the target
delete
/api/auth/authorization
Request body
AuthorizationRequest
required
access
string[]
required
The set of access which is granted or removed
subject
SubjectRef
required
target
TargetRef
required
Response
OK
{"stackTrail":"components:schemas:Response","oasType":"schema","type":"unknown"}
Changes