Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The getUser operation retrieves information relating to a specific user in your account.

Code Block
languagexml
titlegetUser
<sirportly.getUser>
	<user>{$ctx:user}</user>
</sirportly.getUser>
Properties
  • user: Required - The user ID, username or e-mail address.
Anchor
request
request
Sample request

Following is a sample REST/JSON request that can be handled by the getUser operation.

Code Block
languagexml
titleSample Request for getUser
{
	"apiUrl":"https://anusoft.sirportly.com",
	"apiToken":"007898a0-d9e7-3d5a-f6e2-c1a7d3853555",
	"apiSecret":"rrcxnqny86nrpxec0riiyufd4mylt45kr2l2bltsb435u5y68i",
	"user" : "chamath@gmail.com"
}
Related Sirportly documentation

https://sirportly.com/docs/api-specification/users/get-user-properties

Anchor
sampleconfiguration
sampleconfiguration
Sample configuration

Following is a sample proxy service that illustrates how to connect to Sirportly with the init operation and use the getUser operation. The sample request for this proxy can be found in the getUser sample request. You can use this sample as a template for using other operations in this category.

...