/
OP
openintegrationhub
/
IAM Api for OIH
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 46m ago · Updated 4y ago
Details
Filter operations
authentication
2
misc
2
role
5
get
get all roles
post
Create a role
get
get a role by id
delete
delete a role
patch
Modify a role by id
tenant
8
tokens
3
user
7
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
name
string
permissions
Permissions[]
scope
string
Changes