User Registration

Sends the username and password of the user to the target server component. The server component returns a user token, which must accompany all subsequent requests made during the session.

Each Control‑M/EM API request must contain a user token. This token is obtained using a register request, containing Control‑M/EM user name and password. Upon successful authentication a new session is created for this user. This session is identified by the returned user token. When the session finishes, send an unregister request to log out and release resources allocated for this user session.

NOTE: A program can use multiple user tokens and issue several requests at once (for example, for a multi-threaded program). However, you should not issue another request with the same user token if the previous request is still in session.

The following topics describe the request user registration parameters, the response from Control-M/EM, together with examples:

Parent Topic

Request and response parameters