/
GO
goauthentik
/
authentik
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 2d ago
Details
Filter operations
admin
14
agents
6
authenticators
83
core
78
crypto
10
endpoints
70
enterprise
10
events
33
flows
22
lifecycle
14
post
/lifecycle/iterations/
get
/lifecycle/iterations/latest/{content_type}/{object_id}/
get
/lifecycle/iterations/open/
post
/lifecycle/reviews/
get
/lifecycle/rules/
post
/lifecycle/rules/
get
/lifecycle/rules/{id}/
put
/lifecycle/rules/{id}/
delete
/lifecycle/rules/{id}/
patch
/lifecycle/rules/{id}/
get
/lifecycle/user_offboarding/
post
/lifecycle/user_offboarding/
get
/lifecycle/user_offboarding/{id}/
delete
/lifecycle/user_offboarding/{id}/
managed
10
oauth2
12
outposts
34
policies
76
propertymappings
111
providers
131
rac
13
rbac
22
reports
3
requests
29
root
1
schema
1
sources
173
ssf
3
stages
210
tasks
10
tenants
14
lifecycle
Mixin to validate that a valid enterprise license exists before allowing to save the object
post
/lifecycle/iterations/
Request body
LifecycleIterationRequest
required
Mixin to validate that a valid enterprise license exists before allowing to save the object
content_type
'authentik_core.application'
|
'authentik_core.group'
|
'authentik_rbac.role'
required
Response
LifecycleIteration
required
Mixin to validate that a valid enterprise license exists before allowing to save the object
id
string
uuid
required
content_type
'authentik_core.application'
|
'authentik_core.group'
|
'authentik_rbac.role'
required
object_id
string
required
object_verbose
string
required
object_admin_url
string
required
state
'REVIEWED'
|
'PENDING'
|
'OVERDUE'
|
'CANCELED'
required
opened_on
string
date-time
required
grace_period_end
string
date-time
required
next_review_date
string
date-time
required
reviews
Review[]
required
rule
RelatedRule
required
Mixin to validate that a valid enterprise license exists before allowing to save the object
user_can_review
boolean
required
Changes