/
OP
openintegrationhub
/
IAM Api for OIH
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v19
latest
OpenAPI 3.0.0
Apache 2.0
raw.githubusercontent.com
2022-08-18
27
20
33.9 KB
role
Create a role
This can only be done by a logged in user who has the required privileges.
post
/api/v1/roles
Request body
MutableRole
required
name
string
description
string
permissions
Permissions[]
isGlobal
boolean
Response
Id of created role
Role
required
id
string
name
string
permissions
Permissions[]
scope
string
createdAt
string
updatedAt
string
isGlobal
boolean
description
string