Skip to content

Commit decbc19

Browse files
committed
UY-1567 document change entity status rest operation
1 parent b8bbc7d commit decbc19

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

documentation/src/main/rest-api/rest-api-v1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,17 @@ allowed to be called on self .
858858
Schedules an operation to be invoked at a given time on an entity. Must be called by privileged user. Allowed
859859
operations are: +REMOVE+ and +DISABLE+.
860860

861+
862+
=== Change entity status
863+
864+
+@Path("/entity/{entityId}/status/{status}")+ +
865+
+@QueryParam("identityType")+ +
866+
+@PUT+ +
867+
868+
Changes the status of an entity. Change of the status can cancel a scheduled operation (like account removal)
869+
if one is present. Allowed statuses: +valid+, +authenticationDisabled+, and +disabled+.
870+
871+
861872
=== Remove identity
862873

863874
+@Path("/entity/identity/{type}/{value}")+ +

0 commit comments

Comments
 (0)