Update existing users on an application.
post/midgard/v0.1/application/users/update/{applicationId}
Updates roles for multiple users specifically within the context of an application.Request
Authorization
X-AT
header
apiKey
Path Parameters
applicationIdThe unique ID of the application.
integer
REQUIRED
Body
application/json
usersArray of objects containing user IDs and their new roles for this application.
array object[]
REQUIRED
object {}
idThe unique User ID.
string
REQUIRED
rolesList of roles to assign at the application level.
array string[]
REQUIRED
Response
200Returned when the user updates are successful.
403Access denied.
422Validation or rights verification failed.
Shell cURL
shellShow schema
json