Invite users via API

Hello,

I need to invite many users to use Event Portal, and looking to automate it via REST API.

Notice that this specific operation does not exists exposed at Platform REST API, but found that this is the request made by Event Portal:

[HTTP POST] https://prod-aws-eu-api.solacecloud.eu/api/v0/users

body example:
{
“email”: “”,
“roles”: [
“mission-control-viewer”,
“event-portal-user”
]
}

I tried to invoke it with the same access token used for api.solacecloud.eu, but it returns an authentication error, as I suspected, because the host is not the same…

There’s any way to use this REST API or to automate user invitations to event portal?

Thanks!

Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:

Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.

AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a :+1:. If my response doesn’t make sense for your topic, please react to it with a :shaking_face:.

I don’t have the information on that, but you might find what you’re looking for in the following sources: