Home > For Developers > Inactivate SSO User API

Inactivate SSO User API

Use this API to inactive a user when it is inactivated in SSO Systems such as Okta, One Login, or Microsoft Azure.

 

SSO Systems provide web hooks support to call other systems' API whenever users are deactivated in their system.  You will configure this API as a web hook.

 

Details

Method: PUT

URLhttps://us.pulpstream.com/vfr/api/users/deactivateUser/{userName}

Headers:

tenantId: {tenantId}

apiKey: {apiKey}

Content Type: application/json 

 

PayLoad:

None.

Response:

{

    "message""",

    "responseBody""" 

}