All users registered with the institution.
If the configuration is made so that a field does not return, the field will not be presented in the user entity object.
Non-anonymized user object examples
- Object of the user entity insert
{
"usuario": [
{
"operacao": "insert",
"obj": {
"chave_registro": 1,
"id": "103c9408f4bd44619730be64848cee15",
"codigo_usuario": "20170026",
"nome_usuario": "Alan Alvares Vasconcelos Cunha Barros",
"idade": "2013/12/19T00:00:00",
"cpf": "95958336061",
"telefone": "(11) 3851-4533",
"papel": "aluno",
"email_usuario": "[email protected]"
}
}
]
}
- Object of the user entity delete
{
"usuario": [
{
"operacao": "delete",
"obj": {
"chave_registro": 1,
"id": "103c9408f4bd44619730be64848cee15",
"codigo_usuario": "20170026",
"papel": "aluno"
}
}
]
}
- Object of the user entity update
{
"usuario": [
{
"operacao": "update",
"obj": {
"chave_registro": 1,
"id": "103c9408f4bd44619730be64848cee15",
"codigo_usuario": "20170026",
"nome_usuario": "Alan Alvares Vasconcelos Cunha",
"idade": "2013/12/19T00:00:00",
"cpf": "95958336061",
"telefone": "(11) 3851-4533",
"papel": "aluno",
"email_usuario": "[email protected]"
}
}
]
}
To see: data dictionary
Exemplos objeto user anonimizados
- Object of the user entity insert
{
"usuario": [
{
"operacao": "insert",
"obj": {
"chave_registro": 1,
"id": "103c9408f4bd44619730be64848cee15",
"codigo_usuario": "20170026",
"nome_usuario": "ALAN A. V. C. B.",
"idade": "06 à 10 anos",
"cpf": "***583360**",
"telefone": "(**) ****-4533",
"papel": "aluno",
"email_usuario": "ala***[email protected]"
}
},
]
}
- Object of the user entity delete
{
"usuario": [
{
"operacao": "delete",
"obj": {
"chave_registro": 1,
"id": "103c9408f4bd44619730be64848cee15",
"codigo_usuario": "20170026",
"papel": "aluno",
"manter": true
}
}
]
}
- Object of the user entity update
{
"usuario": [
{
"operacao": "update",
"obj": {
"id": "F9B1756B-2D25-11EB-BDBD-0A190BAE2C86",
"codigo_usuario": "mart_01",
"papel": "Aluno",
"nome_usuario": "Martin L. D. S.",
"idade": null,
"cpf": "***.910.118-**",
"email_usuario": "m****@gmail.com",
"telefone": "(92) 995**-****",
"chave_registro": 5
}
}
]
}
To see: Data Dictionary