Approve user change request

Approve one pending change request for a user.

Endpoint

PATCH https://api.signitic.app/user-change-requests/:email/:field

Headers

Name
Type
Description

x-api-key*

String

Your API key

Path Parameters

Name
Type
Description

email*

String

User email

field*

String

Requested field slug

Request body

No request body is required.

Success response

200 OK

Error responses

Status
Internal code
When

400

101

The email format is invalid.

401

99

The API key is missing or invalid.

404

102

The email does not match a user in the workspace.

404

104

The field is not pending for the target user.

Last updated