View on GitHub

ickstream-docs

Public documentation about the ickStream Music Platform

Create a temporary user code which should be used when adding services or identities to an existing user account, see Add service to user account and Add identity to user account for more information.

Request:

{
    "jsonrpc": 2.0,
    "id": < A unique number used to correlate requests with responses, see JSON-RPC specification for more information >,
    "method": "createUserCode",
    "params": {
    }
}

Response:

{
    "jsonrpc": 2.0,
    "id": < The request identity >,
    "result": < a string containing the temporary user code >
}

Category:Cloud Core Protocol