POST/performance-management/appraisal/session/{sessionId}/permissions/add
Permissions to Run the Request
Account Owner and Account Administrators
Request Headers
| Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request |
| Content-Type: application/json (required) | Property for processing a request in JSON |
| Accept: application/json (required) | Property for processing a request in JSON |
| Parameter | Description |
| sessionId (required) | The session ID |
| userIds (required) | The users ID with session permissions |
Response Codes
| Code | Text | Description |
|---|---|---|
| 200 | OК | The request has been successfully processed |
| 400 | Bad request | A request error |
| 401 | Unauthorized | An authorization error |
Sample Request
POST /performance-management/appraisal/session/8e7a5d39-1ae3-11f0-ae26-765c58ce190a/permissions/add
Host: api-learn.ispringlearn.com
Content-Type: application/json
Accept: application/json
X-Auth-Account-Url: https://api-learn.ispring.com
Authorization: Bearer rSpQ_P505lb1DO3Ql_Z_NuoCHxIntRgpUh8hCz86rYs
{
"userIds": [
"7e8849e8-1613-11f0-961a-aa78c64f2990"
]
}
Sample Response
HTTP/1.1 200 OK