Add a User associated with the AuthorizationGroup.
put
https://{host}:{port}/{basePath}/AuthorizationGroup/{authorizationGroupId}/addUser
add a User associated with the AuthorizationGroup.
Request
Path Parameters
-
AuthorizationGroupId(required):
AuthorizationGroupId to retrieve the associated AuthorizationGroup.
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Nested Schema : User
Type:
objectThe User object represents a user account.
Show Source
-
authGroupIds: array
authGroupIds
-
confirmPassword(required): string
Maximum Length:
100 -
defaultUser: boolean
-
faultIds: array
faultIds
-
name(required): string
Maximum Length:
100 -
password(required): string
Maximum Length:
100 -
publicKey(required): string
Maximum Length:
1000 -
userPreferenceId: object
UserPreference
Session preferences for a user.
Nested Schema : authGroupIds
Type:
arrayNested Schema : faultIds
Type:
arrayNested Schema : UserPreference
Type:
objectSession preferences for a user.
Show Source
-
alphabetizeMode(required): string
Allowed Values:
[ "YES", "NO" ] -
attributeDisplay(required): string
Allowed Values:
[ "DISPLAYNAME", "ATTRIBUTENAME" ] -
endLineCharsDisplayValue(required): string
Allowed Values:
[ "CRLF", "CR", "LF" ] -
faultIds: array
faultIds
-
outputMode(required): string
Allowed Values:
[ "VERBOSE", "SPARSE", "XML" ] -
userId: object
User
The User object represents a user account.
-
wsCallMode(required): string
Allowed Values:
[ "SYNCHRONOUS", "ASYNCHRONOUS" ] -
wsTimeoutInSeconds(required): integer
Nested Schema : faultIds
Type:
arraySecurity
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : Job
Type:
objectA Job represents the unit of work required to perform a particular action or set of actions. The Job Id value represents the time when the Job was created in milliseconds since epoch. This will be a unique value in relation to other Job objects.
Show Source
-
abortedUser: string
Maximum Length:
256 -
associatedObjId: string
Maximum Length:
128 -
associatedObjType: string
Maximum Length:
256 -
endTime: timestamp
Read-only and this operation is unsupported. @param endTime Time in milliseconds.
-
jobName(required): string
Maximum Length:
256 -
progressMessage: string
Maximum Length:
1024Read-only and this operation is unsupported. @param progressMessage. -
result: AssociatedObj
-
runState: string
Allowed Values:
[ "ACTIVE", "SUCCEEDED", "FAILED", "ABORTED" ] -
startTime: timestamp
Read-only and this operation is unsupported. @param startTime The startTime to set.
-
transcript: string
Maximum Length:
1000 -
username: string
Maximum Length:
64 -
workItemIds: array
workItemIds
-
workRequestId: string
Maximum Length:
256
Nested Schema : workItemIds
Type:
array400 Response
Bad request
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.