changes.mady.by.user Carlos Philippe de Farias Marques
Gravado em 08 out, 2018
...
Máscara de Url: http://{domínio}:{porta}/api/rm/glb/v1/users
Domínio: localhost
Porta: 8099
Url Utilizada: http://localhost:8099/api/rm/glb/v1/users
{ "id": "testeapiusuario", "meta": { "resourceType": "User", "created": "2018-09-21T16:49:57.336Z", "lastModified": "2018-09-21T16:49:57.336Z" }, "externalId": "0001e", "name": { "givenName": "TesteAPI", "familyName": "Usuário" }, "userName": "testeapiusuario", "phoneNumbers": [ { "value": "31974964158" } ], "emails": [ { "value": "[email protected]", "type": "string", "primary": true } ], "active": true, "groups": [ { "value": "01", "display": "geral" } ], "title": "Mr", "manager": [ { "managerId": "01", "displayName": "Geral" } ] }
Image Added