Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

On This Page:

Related Pages:

The sp:DeleteUserRequest API method can be used to delete users from the ServiceScheduling system, as an alternative to the ServiceManager UI for deleting users.

Description

Allows user accounts to be deleted from ServiceScheduling.

Definition

The definition of this API is:

Web Service

Type

Description

Req?

Val?

<sp:DeleteUserRequest>

 

 

 

 

 

<userId>?</userId>

string(50)

The User ID for the user to be deleted. The User ID must already exist in the ServiceOptimizer database.

(tick)

(tick)

</sp:DeleteUserRequest>

 

 

 

 

Return Structure

The API returns the standard return structure.

Return Codes

In addition to the Standard Return Codes, the possible Return Codes from this API are:

  • SP_USERID_DOES_NOT_EXIST (703)
  • No labels