Link IMS users to the system
PUT/auth/api/sync/link-ims-users
Link IMS users to the system
Request
- application/json
Body
required
imsUserIds string[]required
The username of the user in the IMS
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
operation stringrequired
A string representation of the operation performed
result stringrequired
Possible values: [success
, failed
]
Default value: success
The result of the operation. Defaults to "success"
time date-timerequired
Default value: 2024-11-04T19:50:45.107Z
The time the operation was performed. Defaults to the current date+time
{
"operation": "self-register",
"result": "success",
"time": "2024-11-04T19:52:37.929Z"
}
Loading...