Create Birthright Request
POST/createbirthrightrequest
This method creates "Request" record for a new user in SSM.
The Authorization
must have Bearer
followed by Token
.
Optional params:
SAVUSERNAME
- in header,
REQUESTTYPE
,
REQUESTER
,
COMMENTS
,
USERNAME
,
startdate
,
enddate
,
SYSTEMNAME
,
ENDPOINTS
,
entitlement
,
APPROVER
,
ACCOUNTNAME
Request
- multipart/form-data
Body
ACCOUNTNAMEstring
Example:
dbailey
APPROVERstring
Example:
admin
COMMENTSstring
Example:
test
ENDPOINTSstring
Example:
System1
REQUESTTYPEstring
Example:
1
SYSTEMNAMEstring
Example:
System1
USERNAMEstring
Example:
dbailey
entitlementstring
Example:
testent
Responses
- 200
Create Birthright Request
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Create Birthright Request
Schema
errorCodestring
Example:
0
messagestring
Example:
Success
requestIdstring
Example:
579652
{
"errorCode": "0",
"message": "Success",
"requestId": "579652"
}
{
"errorCode": "0",
"message": "Success",
"requestId": "579652"
}