Skip to main content
Skip table of contents

15.3 User Services


Service

Input

 

Output / Status



15.3.1

Add User


TrSvcAreaUserInfo


trSvcAreaUserId (int)

HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

x

There is no service to create a user - Use Add Area User service instead





15.3.2

Update User


TrSvcUserInfo


HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

x

There is no service to update a user - Use Update Area User service instead





15.3.3

Get User




TrSvcAreaUserInfo

HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

x

There is no service to get a user – use Get Area User service instead





15.3.4

List User Areas


You can get trSvcUserId from TrSvcAreaUserInfo

** Service Requires Data Center auth Header **


TrSvcAreaListInfo

HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.NoContent
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[DELETE] api/trsvc/ListUserAreas/{trSvcUserId}





15.3.4

Delete User


Delete a user from all areas and then delete user record

** Service Requires Data Center auth Header **


HttpStatusCode.OK
HttpStatusCode.Forbidden HttpStatusCode.BadRequest
HttpStatusCode.NoContent
HttpStatusCode.InternalServerError HttpStatusCode.NotFound

-

[DELETE] api/trsvc/DeleteUser/{trSvcUserId}





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.