{"id":68,"date":"2016-01-26T00:45:52","date_gmt":"2016-01-26T00:45:52","guid":{"rendered":"http:\/\/192.168.114.129\/?page_id=68"},"modified":"2023-06-24T11:10:16","modified_gmt":"2023-06-24T11:10:16","slug":"get-users","status":"publish","type":"page","link":"https:\/\/api-users.4over.com\/?page_id=68","title":{"rendered":"Retrieve Users"},"content":{"rendered":"<p>This route will return all the Users in an Organization.<\/p>\n<h3>Resource URI<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nGET \/organization\/{organization_uuid}\/users                   \r\n\r\n\r\n&lt;h3&gt;Input Parameters&lt;\/h3&gt;\r\n\r\n@param organization_uuid {uuid} The UUID of an Organization.\r\n<\/pre>\n<h3>Sample Request<\/h3>\n<p>html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\nhttps:\/\/api.4over.com\/organizations\/17186fd9-5d39-4e81-9125-8ab55b47b9c8\/users \r\n<\/pre>\n<h3>Sample Response<\/h3>\n<p>JSON<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n{\r\n  entities: [\r\n    {\r\n        user_uuid: &quot;7a24c26e-7450-438a-a9c9-b4591dc3ed83&quot;,\r\n        first_name: &quot;Will&quot;,\r\n        last_name: &quot;Morgan&quot;,\r\n        email: &quot;willm@4over.com&quot;,\r\n        user_notes: &quot;dsv&quot;,\r\n        default_organization: &quot;&quot;,\r\n        organizations: &quot;https:\/\/api.4over.com\/users\/7a24c26e-7450-438a-a9c9-b4591dc3ed83\/organizations&quot;,\r\n        logins: &quot;https:\/\/api.4over.com\/users\/7a24c26e-7450-438a-a9c9-b4591dc3ed83\/logins&quot;,\r\n        current_organization_uuid: &quot;&quot;\r\n    },\r\n    {\r\n        user_uuid: &quot;9ff9336c-684a-4894-bf68-79018f67b700&quot;,\r\n        first_name: &quot;Ramzey&quot;,\r\n        last_name: &quot;Elallamy&quot;,\r\n        email: &quot;ramzeye@4over.com&quot;,\r\n        user_notes: &quot;Ramzey Elallamy&quot;,\r\n        default_organization: {\r\n            organization_uuid: &quot;2834767c-d7cb-4cb3-b5c4-bee92244ba3b&quot;,\r\n            organization_name: &quot;4Over, Inc.&quot;,\r\n            organization_description: &quot;4Over Inc is awesome!&quot;,\r\n            parent_organization: &quot;&quot;,\r\n            users: &quot;https:\/\/api.4over.com\/organizations\/2834767c-d7cb-4cb3-b5c4-bee92244ba3b\/users&quot;,\r\n            addresses: &quot;https:\/\/api.4over.com\/organizations\/2834767c-d7cb-4cb3-b5c4-bee92244ba3b\/addresses&quot;,\r\n            organization_roles: &quot;https:\/\/api.4over.com\/organizations\/2834767c-d7cb-4cb3-b5c4-bee92244ba3b\/roles&quot;,\r\n            customer_id: &quot;195021&quot;\r\n      },\r\n      organizations: &quot;https:\/\/api.4over.com\/users\/9ff9336c-684a-4894-bf68-79018f67b700\/organizations&quot;,\r\n      logins: &quot;https:\/\/api.4over.com\/users\/9ff9336c-684a-4894-bf68-79018f67b700\/logins&quot;,\r\n      current_organization_uuid: &quot;2834767c-d7cb-4cb3-b5c4-bee92244ba3b&quot;\r\n    }\r\n  ]\r\n}\r\n<\/pre>\n<h1>Get a User by UUID<\/h1>\n<h3>Resource URI<\/h3>\n<p>This route will return all details of a User.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nGET \/user\/{user_uuid}                                         \r\n<\/pre>\n<h3>Input Parameters<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n@param user_uuid {uuid} The UUID of a User.\r\n<\/pre>\n<h3>Sample Request<\/h3>\n<p>html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\nhttps:\/\/api.4over.com\/users\/eefcc688-25bc-44fa-9831-a9dbd90b9f79\r\n<\/pre>\n<h3>Sample Response<\/h3>\n<p>JSON<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n{\r\n    user_uuid: &quot;eefcc688-25bc-44fa-9831-a9dbd90b9f79&quot;,\r\n    first_name: &quot;egrger&quot;,\r\n    last_name: &quot;egrger&quot;,\r\n    email: &quot;egrerg&quot;,\r\n    user_notes: &quot;erwg&quot;,\r\n    default_organization: {\r\n        organization_uuid: &quot;2834767c-d7cb-4cb3-b5c4-bee92244ba3b&quot;,\r\n        organization_name: &quot;4Over, Inc.&quot;,\r\n        organization_description: &quot;4Over Inc is awesome!&quot;,\r\n        parent_organization: &quot;&quot;,\r\n        users: &quot;https:\/\/api.4over.com\/organizations\/2834767c-d7cb-4cb3-b5c4-bee92244ba3b\/users&quot;,\r\n        addresses: &quot;https:\/\/api.4over.com\/organizations\/2834767c-d7cb-4cb3-b5c4-bee92244ba3b\/addresses&quot;,\r\n        organization_roles: &quot;https:\/\/api.4over.com\/organizations\/2834767c-d7cb-4cb3-b5c4-bee92244ba3b\/roles&quot;,\r\n        customer_id: &quot;195021&quot;\r\n    },\r\n    organizations: &quot;https:\/\/api.4over.com\/users\/eefcc688-25bc-44fa-9831-a9dbd90b9f79\/organizations&quot;,\r\n    logins: &quot;https:\/\/api.4over.com\/users\/eefcc688-25bc-44fa-9831-a9dbd90b9f79\/logins&quot;,\r\n    current_organization_uuid: &quot;2834767c-d7cb-4cb3-b5c4-bee92244ba3b&quot;\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This route will return all the Users in an Organization. Resource URI Sample Request html Sample Response JSON Get a User by UUID Resource URI This route will return all details of a User. Input Parameters Sample Request html Sample Response JSON<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":64,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-68","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/68","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=68"}],"version-history":[{"count":6,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/68\/revisions"}],"predecessor-version":[{"id":478,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/68\/revisions\/478"}],"up":[{"embeddable":true,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/64"}],"wp:attachment":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=68"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}